refactor: Upgrade GraphQL dependencies#7970
Conversation
Thanks for opening this pull request!
|
83e3d9d to
15c5631
Compare
|
I'm not in favor of merging this PR currently since it introduces a possible breaking change with the async apply graphql server. This PR should be merged after the switch to Yoga: #7967 |
Codecov Report
@@ Coverage Diff @@
## alpha #7970 +/- ##
==========================================
- Coverage 94.11% 93.78% -0.33%
==========================================
Files 182 182
Lines 13639 13631 -8
==========================================
- Hits 12836 12784 -52
- Misses 803 847 +44
Continue to review full report at Codecov.
|
# Conflicts: # package-lock.json # package.json # src/GraphQL/ParseGraphQLSchema.js # src/GraphQL/ParseGraphQLServer.js
|
@mtrezza we are good to go here 🚀 |
|
Could you just give this PR a proper title? Remember, it will be used as the changelog entry and that is impacting the DX. |
|
done @mtrezza |
# Conflicts: # package-lock.json # package.json
|
We should be good to go here @mtrezza 🚀 |
|
@mtrezza could you merge this one ? |
|
Rerunning failing CI |
|
🎉 This change has been released in version 5.3.0-alpha.16 |
|
🎉 This change has been released in version 5.3.0-beta.1 |
|
🎉 This change has been released in version 5.3.0 |
|
I will reformat the title to use the proper commit message syntax. |
New Pull Request Checklist
Issue Description
Update graphql deps
Related issue: #7916
Closes #7916
Approach
Update all packages to latest version
TODOs before merging